home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 1.iso / ARGONET / PD / PROGRAMMING / LCLINT-D.SPK / lclint / guide / fig4-out < prev    next >
Encoding:
Text File  |  1996-08-26  |  1.3 KB  |  26 lines

  1. LCLint 2.2 --- 25 Aug 96
  2.  
  3. modify.c: (in function setx)
  4. <A HREF="modify.c.html#line4" target="source">modify.c:4,3</A>: Undocumented modification of *y: *y = *x
  5.   An externally-visible object is modified by a
  6.   function, but not listed in its modifies clause.
  7.   (-mods will suppress message)
  8. <A HREF="modify.c.html#line5" target="source">modify.c:5,1</A>: Suspect object listed in modifies of
  9.                  setx not modified: *x
  10.   An object listed in the modifies clause is not
  11.   modified by the implementation of the function. The
  12.   modification may not be detected if it is done
  13.   through a call to an unspecified function. (-mustmod
  14.   will suppress message)
  15.    <A HREF="modify.c.html#line1" target="source">modify.c:1,6</A>: Declaration of setx
  16. <A HREF="modify.c.html#line1" target="source">modify.c:1,6</A>: Function setx exported but not declared
  17.                  in header file
  18.   A declaration is exported, but does not appear in a
  19.   header file. (-exportheader will suppress message)
  20.    <A HREF="modify.c.html#line5" target="source">modify.c:5,1</A>: Definition of setx
  21. <A HREF="modify.c.html#line7" target="source">modify.c:7,6</A>: Function sety exported but not declared
  22.                  in header file
  23.    <A HREF="modify.c.html#line11" target="source">modify.c:11,1</A>: Definition of sety
  24.  
  25. Finished LCLint checking --- 4 code errors found
  26.